[INFO] cloning repository https://github.com/mokone-september/image_combiner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mokone-september/image_combiner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmokone-september%2Fimage_combiner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmokone-september%2Fimage_combiner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8317bd9f46e83b24a65de010d3698e1ee63d27bc
[INFO] fixing mokone-september/image_combiner against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmokone-september%2Fimage_combiner" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mokone-september/image_combiner
[INFO] finished tweaking git repo https://github.com/mokone-september/image_combiner
[INFO] tweaked toml for git repo https://github.com/mokone-september/image_combiner written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mokone-september/image_combiner on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mokone-september/image_combiner already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b
[INFO] running `Command { std: "docker" "start" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking image_combiner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ImageOutputFormat`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ImageOutputFormat,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `image_1` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:55:63
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let (image_1, image_format_1) = find_image_from_path(args.image_1)?;
[INFO] [stdout]    |                                                               ^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let (image_1, image_format_1) = find_image_from_path(args.unwrap().image_1)?;
[INFO] [stdout]    |                                                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `image_2` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:56:63
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let (image_2, image_format_2) = find_image_from_path(args.image_2)?;
[INFO] [stdout]    |                                                               ^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let (image_2, image_format_2) = find_image_from_path(args.unwrap().image_2)?;
[INFO] [stdout]    |                                                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `width` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:64:49
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]     |                                                 ^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:738:8
[INFO] [stdout]     |
[INFO] [stdout] 738 |     fn width(&self) -> u32 {
[INFO] [stdout]     |        ----- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `width` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `height` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:64:66
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]     |                                                                  ^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:744:8
[INFO] [stdout]     |
[INFO] [stdout] 744 |     fn height(&self) -> u32 {
[INFO] [stdout]     |        ------ the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `height` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `output` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:64:81
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]    |                                                                                 ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.unwrap().output);
[INFO] [stdout]    |                                                                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:103:58
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let (width, height) = get_smallest_dimension(image_1.dimensions(), image_2.dimensions());
[INFO] [stdout]     |                                                          ^^^^^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:735:8
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn dimensions(&self) -> (u32, u32);
[INFO] [stdout]     |        ---------- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `dimensions` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:103:80
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let (width, height) = get_smallest_dimension(image_1.dimensions(), image_2.dimensions());
[INFO] [stdout]     |                                                                                ^^^^^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:735:8
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn dimensions(&self) -> (u32, u32);
[INFO] [stdout]     |        ---------- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `dimensions` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ImageOutputFormat`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ImageOutputFormat,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image_combiner` (bin "image_combiner" test) due to 7 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0609]: no field `image_1` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:55:63
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let (image_1, image_format_1) = find_image_from_path(args.image_1)?;
[INFO] [stdout]    |                                                               ^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let (image_1, image_format_1) = find_image_from_path(args.unwrap().image_1)?;
[INFO] [stdout]    |                                                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `image_2` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:56:63
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let (image_2, image_format_2) = find_image_from_path(args.image_2)?;
[INFO] [stdout]    |                                                               ^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let (image_2, image_format_2) = find_image_from_path(args.unwrap().image_2)?;
[INFO] [stdout]    |                                                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `width` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:64:49
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]     |                                                 ^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:738:8
[INFO] [stdout]     |
[INFO] [stdout] 738 |     fn width(&self) -> u32 {
[INFO] [stdout]     |        ----- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `width` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `height` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:64:66
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]     |                                                                  ^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:744:8
[INFO] [stdout]     |
[INFO] [stdout] 744 |     fn height(&self) -> u32 {
[INFO] [stdout]     |        ------ the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `height` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `output` on type `Result<args::Args, String>`
[INFO] [stdout]   --> src/main.rs:64:81
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.output);
[INFO] [stdout]    |                                                                                 ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut output = FloatingImage::new(image_1.width(), image_1.height(), args.unwrap().output);
[INFO] [stdout]    |                                                                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:103:58
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let (width, height) = get_smallest_dimension(image_1.dimensions(), image_2.dimensions());
[INFO] [stdout]     |                                                          ^^^^^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:735:8
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn dimensions(&self) -> (u32, u32);
[INFO] [stdout]     |        ---------- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `dimensions` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dimensions` found for enum `DynamicImage` in the current scope
[INFO] [stdout]    --> src/main.rs:103:80
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let (width, height) = get_smallest_dimension(image_1.dimensions(), image_2.dimensions());
[INFO] [stdout]     |                                                                                ^^^^^^^^^^ method not found in `DynamicImage`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/image.rs:735:8
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn dimensions(&self) -> (u32, u32);
[INFO] [stdout]     |        ---------- the method is available for `DynamicImage` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `GenericImageView` which provides `dimensions` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use image::GenericImageView;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image_combiner` (bin "image_combiner") due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b", kill_on_drop: false }`
[INFO] [stdout] fd6d7f03b767a57c280234470433b719a3b38414ebb82bb8930d687c78fc101b
